Autogenerated HTML docs for v2.4.0-rc2 
diff --git a/git-cherry-pick.txt b/git-cherry-pick.txt index 1c03c79..1147c71 100644 --- a/git-cherry-pick.txt +++ b/git-cherry-pick.txt 
@@ -131,7 +131,8 @@  --keep-redundant-commits:: 	If a commit being cherry picked duplicates a commit already in the 	current history, it will become empty. By default these -	redundant commits are ignored. This option overrides that behavior and +	redundant commits cause `cherry-pick` to stop so the user can +	examine the commit. This option overrides that behavior and 	creates an empty commit object. Implies `--allow-empty`.    --strategy=<strategy>::